Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update python modules and add pre-commit #103

Merged
merged 2 commits into from
Apr 1, 2024

Conversation

TimidRobot
Copy link
Member

@TimidRobot TimidRobot commented Apr 1, 2024

Fixes

Fixes:

Description

update python modules and add pre-commit

Technical details

--- piplist.old	2024-04-01 07:29:31
+++ piplist.new	2024-04-01 07:29:31
@@ -2 +2 @@
-anyio                     4.2.0
+anyio                     4.3.0
@@ -12 +12 @@
-black                     24.2.0
+black                     24.3.0
@@ -15,0 +16 @@
+cfgv                      3.4.0
@@ -18 +19 @@
-comm                      0.2.1
+comm                      0.2.2
@@ -24,0 +26 @@
+distlib                   0.3.8
@@ -27,0 +30 @@
+filelock                  3.13.3
@@ -30 +33 @@
-fonttools                 4.48.1
+fonttools                 4.50.0
@@ -33,2 +36,3 @@
-httpcore                  1.0.3
-httpx                     0.26.0
+httpcore                  1.0.5
+httpx                     0.27.0
+identify                  2.5.35
@@ -36,3 +40,3 @@
-internetarchive           3.6.0
-ipykernel                 6.29.2
-ipython                   8.21.0
+internetarchive           3.7.0
+ipykernel                 6.29.4
+ipython                   8.23.0
@@ -43 +47 @@
-json5                     0.9.14
+json5                     0.9.24
@@ -48,7 +52,7 @@
-jupyter_client            8.6.0
-jupyter_core              5.7.1
-jupyter-events            0.9.0
-jupyter-lsp               2.2.2
-jupyter_server            2.12.5
-jupyter_server_terminals  0.5.2
-jupyterlab                4.1.1
+jupyter_client            8.6.1
+jupyter_core              5.7.2
+jupyter-events            0.10.0
+jupyter-lsp               2.2.4
+jupyter_server            2.13.0
+jupyter_server_terminals  0.5.3
+jupyterlab                4.1.5
@@ -56 +60 @@
-jupyterlab_server         2.25.3
+jupyterlab_server         2.25.4
@@ -64,3 +68,3 @@
-nbclient                  0.9.0
-nbconvert                 7.16.0
-nbformat                  5.9.2
+nbclient                  0.10.0
+nbconvert                 7.16.3
+nbformat                  5.10.3
@@ -67,0 +72 @@
+nodeenv                   1.8.0
@@ -72,2 +77,2 @@
-packaging                 23.2
-pandas                    2.2.0
+packaging                 24.0
+pandas                    2.2.1
@@ -78 +83 @@
-pillow                    10.2.0
+pillow                    10.3.0
@@ -81 +86,2 @@
-plotly                    5.19.0
+plotly                    5.20.0
+pre-commit                3.7.0
@@ -87 +93 @@
-pyarrow                   15.0.0
+pyarrow                   15.0.2
@@ -89 +95 @@
-pycparser                 2.21
+pycparser                 2.22
@@ -92,2 +98,2 @@
-pyparsing                 3.1.1
-python-dateutil           2.8.2
+pyparsing                 3.1.2
+python-dateutil           2.9.0.post0
@@ -99 +105 @@
-referencing               0.33.0
+referencing               0.34.0
@@ -101 +107 @@
-requests-oauthlib         1.3.1
+requests-oauthlib         2.0.0
@@ -109 +115 @@
-setuptools                68.2.2
+setuptools                69.2.0
@@ -111 +117 @@
-sniffio                   1.3.0
+sniffio                   1.3.1
@@ -115 +121 @@
-terminado                 0.18.0
+terminado                 0.18.1
@@ -120,2 +126,3 @@
-traitlets                 5.14.1
-types-python-dateutil     2.8.19.20240106
+traitlets                 5.14.2
+types-python-dateutil     2.9.0.20240316
+typing_extensions         4.10.0
@@ -124 +131,2 @@
-urllib3                   2.2.0
+urllib3                   2.2.1
+virtualenv                20.25.1

Tests

Example pre-commit hook output:

check for added large files..............................................Passed
check python ast.....................................(no files to check)Skipped
check for case conflicts.................................................Passed
check docstring is first.............................(no files to check)Skipped
check that executables have shebangs.................(no files to check)Skipped
check json...........................................(no files to check)Skipped
check for merge conflicts................................................Passed
check toml...........................................(no files to check)Skipped
check yaml...........................................(no files to check)Skipped
detect destroyed symlinks................................................Passed
fix end of files.........................................................Passed
mixed line ending........................................................Passed
trim trailing whitespace.................................................Passed
Black................................................(no files to check)Skipped
Flake8...............................................(no files to check)Skipped
isort................................................(no files to check)Skipped
[update-python-add-pre-commit-to-pipenv 3f3a5e4] remove homebrew install instructions and fix command
 1 file changed, 3 insertions(+), 9 deletions(-)

Checklist

  • My pull request has a descriptive title (not a vague title like Update index.md).
  • My pull request targets the default branch of the repository (main or master).
  • My commit messages follow best practices.
  • My code follows the established code style of the repository.
  • I added or updated tests for the changes I made (if applicable).
  • I added or updated documentation (if applicable).
  • I tried running the project locally and verified that there are no
    visible errors.

Developer Certificate of Origin

For the purposes of this DCO, "license" is equivalent to "license or public domain dedication," and "open source license" is equivalent to "open content license or public domain dedication."

Developer Certificate of Origin
Developer Certificate of Origin
Version 1.1

Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
1 Letterman Drive
Suite D4700
San Francisco, CA, 94129

Everyone is permitted to copy and distribute verbatim copies of this
license document, but changing it is not allowed.


Developer's Certificate of Origin 1.1

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I
    have the right to submit it under the open source license
    indicated in the file; or

(b) The contribution is based upon previous work that, to the best
    of my knowledge, is covered under an appropriate open source
    license and I have the right under that license to submit that
    work with modifications, whether created in whole or in part
    by me, under the same open source license (unless I am
    permitted to submit under a different license), as indicated
    in the file; or

(c) The contribution was provided directly to me by some other
    person who certified (a), (b) or (c) and I have not modified
    it.

(d) I understand and agree that this project and the contribution
    are public and that a record of the contribution (including all
    personal information I submit with it, including my sign-off) is
    maintained indefinitely and may be redistributed consistent with
    this project or the open source license(s) involved.

@TimidRobot TimidRobot self-assigned this Apr 1, 2024
@TimidRobot TimidRobot requested review from a team as code owners April 1, 2024 14:35
@TimidRobot TimidRobot requested review from annatuma and Shafiya-Heena and removed request for a team April 1, 2024 14:35
@possumbilities possumbilities self-requested a review April 1, 2024 14:47
@TimidRobot TimidRobot merged commit 8c7662c into main Apr 1, 2024
1 check passed
@TimidRobot TimidRobot deleted the update-python-add-pre-commit-to-pipenv branch April 1, 2024 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants